net/http.http2serverConn.bw (field)
6 uses
net/http (current package)
h2_bundle.go#L4421: bw: http2newBufferedWriter(c, conf.WriteByteTimeout),
h2_bundle.go#L4471: fr := http2NewFramer(sc.bw, c)
h2_bundle.go#L4563: sc.bw.Flush()
h2_bundle.go#L4572: bw *http2bufferedWriter // writing to conn
h2_bundle.go#L4685: func (sc *http2serverConn) Flush() error { return sc.bw.Flush() }
h2_bundle.go#L5313: if wr.write.staysWithinBuffer(sc.bw.Available()) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)